﻿
.notice-list{
	background-color: #fff;
	height: 350px;
	padding: 15px;
}
.notice-list .h2_notice{
	font-weight: bold;
}
.notice-list ul{
	margin-left: 5px;
	height: 190px;
}
.notice-list ul li{
	line-height: 26px;
	list-style-position: inside;
	overflow: hidden;
	height: 26px;
}
.notice-list sup{
	color: red;
}
.notice-list img.dis_b{
	width: 100%;
	margin-top: 5px;
	height: 100px;
}

.advertising-wall{
	margin-bottom: 20px;
}
.advertising-wall img{
	border: 1px solid #e8e8e8;
}
.advertising-wall .row ^[class='col-']{
	background-color: #fff;
}

.content_floor .product{
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
	height: 150px;
	padding: 10px;
}
.content_floor .big-img img{
	height: 300px;
}
.product .cp-img{
	bottom: 0;
    max-height: 120px;
    max-width: 120px;
    position: absolute;
    right: 15px;
    padding: 5px;
}
.product .cp-img.r-15{
	right: 15px;
}

/* cus lee 多图轮播 start */
.multi-carousel{
	margin-bottom: 20px;
}
.multi-carousel .carousel{
	padding: 20px 0px;
	background-color: #fff;
}
.multi-carousel .pic{
	text-align:center
}

.multi-carousel .carousel-control.left,
.multi-carousel .carousel-control.right{
	background-image: none;
}
/* cus lee 多图轮播 end */

@media(max-width:768px){
	.product .cp-img{
		right: 15px;
	}
}